body
{
	margin:0;
	padding:0;
	height:100vh;
	font-family: 'popins',sans-serif;
	
}
.header
{
	width : 100%;
	position: fixed;
	top: 0;
	background-color: whitesmoke;
	box-sizing: border-box;
	height: 15%;
	z-index: 1;
}
.header > img
{
	height: 75px;
}
.header > form
{
	display: inline;
}
.navbtn
{
	padding-top:0px; 
	position: absolute; 
	display: inline;
	left: 69%;
}
.navbtn > i
{
	display: none;
}
.navbtn > a > input
{
	display: inline-block;
	width:150px;
	background-color: black;
	text-align:center;
	padding:5px;
	border-radius:10px;
	opacity: 0.9;
	color:white;
	cursor:pointer;
	text-transform:uppercase;
	height: 40px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
	border:2px solid black;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px black;
	margin: 9px;
	margin-left:30px;
	margin-bottom: 24px;
	margin-top: 15px;
}
.navbtn > a >input:hover
{
	transition: 0.5s;
	opacity: 1;
	background-color: #ed1b24;
}
.nav
{
	position: fixed;
	top: 10%;
	left: 15%;
	background-color: #ed1b24;
    border-color: transparent;
    border: none;
    z-index: 2;
    font-size: 15px;
   	box-sizing: border-box;
	box-shadow: 2px 2px 4px black;
}
.heading
{
	width : 100%;
	position: fixed;
	top: 15%;
	box-sizing: border-box;
	background-color: #ed1b24;
	height: 120px;
	box-shadow: 0 10px 10px grey;
	z-index: 1;
	
}
.heading > label
{
	font-size: 25px;
	color: white;
	font-weight: bold;
	top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    margin-left: 0px;
    text-align: center;
    position: absolute;
}
.nav ul
{
	display: flex;
	justify-content:flex-end;
	max-width:1200px;
	margin: 0 auto;
	padding:15px 15px;
}
.nav ul li
{
		list-style:none;
		letter-spacing: 1px;
		position:relative;
		padding: 10px 10px;
		margin-right: 2px;
		//transition:0.5s;
		box-sizing:border-box;
}
.nav ul li:hover
{
	background-color: black;
	color: white;
}
.nav ul li a:hover
{
	color: white;
}
.nav ul li a 
{
	text-decoration:none;
	padding:0 20px;
	color:#95afc0;	
	color: #ecf0f1;
}
.nav ul li ul
{
	position :absolute;
	top:40px;
	left:0;
	padding:0 0px;
	background:#000;
	display:block;
	width:230px;
	opacity:0;
	visibility:hidden;
}
.nav ul li:hover ul
{
	opacity:1;
	visibility:visible;
}
.nav ul li ul li
{
	border:1px solid rgba(255,255,255,.2);
	border-right:none;
	border-left:none;
	margin-right: 0px;
	padding: 10px 0px;
}
.nav ul li ul li:hover
{
	//background-color: #ff7979;
	background-color: #c23616;
}
.nav ul li ul li a
{
	color: #dcdde1;
}

.nav ul li ul li a:hover
{
	color: #dcdde1;
}
.active
{
	color: white;
	background-color: black;
}
.sharecircle
{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 85%;
	left: 93%;
	position: fixed;
	z-index: 1;
	background-color: black;
	border-radius: 50%;
	font-size: 25px;
	cursor: pointer;
	border:2px solid black;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px black;
}
.sharecircle:hover
{
	transition: 0.5s;
	opacity: 1;
	background-color: #ed1b24;
}
.sharecircle:hover>i
{
	font-weight: bold;
	color: #ecf0f1;
}
.sharecircle > i
{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	color: white;
}
.facebook
{
	width: 35px;
	height: 35px;
	top: 79%;
	left: 92%;
	font-size: 16px;
	display: none;
}
.instagram
{
	top: 82%;
	left: 89%;
	width: 35px;
	height: 35px;
	font-size: 16px;
	display: none;
}
.youtube
{
	top: 89%;
	left: 89%;
	width: 35px;
	height: 35px;
	font-size: 16px;
	display: none;
}
.gmail
{
	top: 93%;
	left: 92%;
	width: 35px;
	height: 35px;
	font-size: 16px;
	display: none;
}
.slideshow
{
	position: absolute;
	top: 34%;
	left: 0;
	width: 100%;
	height: 40%;
	box-sizing: border-box;
	box-shadow: 0 10px 10px grey;	
}
.mySlides  > img
{
	width: 100%;
	height: 100%;
	position: absolute;
	animation-name: slide;
	animation-duration: 8s;
	animation-delay: 4s;
	animation-direction: alternate;
}
@keyframes slide
{
	0%
	{
		opacity: 1;
	}
	20%
	{
		opacity: 0;
	}
}
.arrow
{
	color: black;
	position: absolute;
	font-size: 40px;
	height:100%;
	width: 100%;
	display: none;
}
.fa-chevron-left
{
	position: relative;
	left: 2%;
	top: 40%;
	cursor: pointer;
}
.fa-chevron-right
{
	left: 93%;
	top: 43%;
	position: relative;
	cursor: pointer;
}
.dot 
{
  cursor: pointer;
  height: 15px;
  width: 15px;
  border: 2px solid black;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  left: 37%;
  top: 80%;
  position: relative;
}
.active, .dot:hover 
{
  background-color:black;
}
.dot:hover
{
	background-color: #ed1b24;
}
.eventheader
{
	width: 5%;
	background-color: #ecf0f1;
	height: 55%;
	position: absolute;
	top: 81%;
	left: 2%;
}
.eventheader > label
{
	width: 100%;
	color: #34495e;
	text-align: center;
	transform: rotate(270deg);
	position: absolute;
	top: 66%;
	font-weight: bold;
	letter-spacing: 5px;
	font-size: 20px;
	opacity: 0.7;
}
.eventobox
{
	width: 100%;
	height: 53%;
	position: relative;
	top: 80%;
}
.eventobox>a
{
	width: 10%;
	height: 5%;
	position: absolute;
	letter-spacing: 1px;
	left: 90%;
}
.eventibox
{
	width:38%;
	height: 50%;
	position: relative;
	left: 08%;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 20px;
	box-shadow: 2px 5px 5px grey;
}
.eventdate
{
	width:30%;
	height: 100%;
	position: absolute;
	background-color: black;
}
.eventdate>p
{
	color: white;
	position: relative;
	text-align: center;
	font-size: 25px;
	width: auto;
	height: 10%;
	left: 0%;
	top: 20%;
	margin-bottom: 0px;
	margin-top: 0px;
	letter-spacing: 2px;
}
.eventdetails
{
	width: 70%;
	left: 30%;
	height: 100%;
	position: absolute;
	background-color: white;
}
.eventdetails >ul
{
	position: absolute;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	left: 0px;
	margin-bottom: 0px;
	right: 0px;
	padding-left: 0px;
}
.eventdetails > ul >li
{
	position: relative;
	text-decoration: none;
	display: block; 
	height: 25%;
	text-align: center;
	width: 100%;
}
.eventdetails > ul >li > i
{
	text-align: left;
	position: absolute;
	left: 15px;
	right: 0px;
	margin-top:2px;
	color: #7f8c8d;
	font-size: 20px;

}
.eventdetails > ul >li>p
{
	position: absolute;
	text-decoration: none;
	display: inline;
	font-size: 18px; 
	height: 50%;
	text-align: left;
	width: 100%;
	margin-top: 5px;
	padding-left: 10px;
	left: 35px;
	right: 0px;
	color: #34495e;
	letter-spacing: 1px;
}
.teacherimage
{
	position: absolute;
	top: 143%;
	width: 15%;
	left: 5%;
	height: 38%;	
}
.teacherimage>img
{
	width: 100%;
	height: 100%;
	background-color: white;
}
.quote
{
	position: relative;
	top: 90%;
	background-color:black ;
	border:2px solid white;
	border-radius: 25px;
	width: 70%;
	left: 20%;
	height: 35%;
	box-shadow: 2px 5px 5px black;
}
.quoteiconl
{
	color: white;
	top: 5%;
	left: 3%;
	width: 10%;
	height: 100%;
	position: absolute;
	font-size: 30px;
}
.quotes
{
	position: absolute;
	top: 17%;
	left: 10%;
	width: 80%;
	height:80%;
	color: white;
	font-size: 30px;
	font-family: cursive;
	text-align: center;
}
.quoteiconr
{
	color: white;
	top: 80%;
	left: 93%;
	width: 10%;
	height: 100%;
	position: absolute;
	font-size: 30px;
}
.containt
{
	width: 96%;
	height: 33%;
	position: relative;
	top: 100%;
	left: 2%;
	margin-bottom: 50px;	
}
.video
{
	width: 40%;
	height: 92%;
	position: absolute;	
	left: 1%;
	top: 3%;
	box-shadow: 2px 5px 5px black;
}
.write
{
	width: 50%;
	height: 100%;
	position: relative;
	left: 45%;
	top: 5%;
}
.write>h4
{
	font-size: 28px;
	font-weight: bold;
	text-transform: capitalize; 
	margin: 0px;
	border-bottom: 5px solid red;
	width: 73%;
}
.write>p
{
	font-size: 18px;
	letter-spacing: 1px;
	color: grey;	
}
.readobox
{
	width: 100%;
	height: 33%;
	position: relative;
	top: 100%;
	margin-bottom: 50px;
	background-color: #182C61;
	box-shadow: 2px 5px 5px black;	
	border-radius: 15px;
}
.readibox
{
	width:33%;
	height: 100%;
	position: relative;
	display: inline-block;
	background-color:#182C61 ; 
	border-left: 1px solid black;	
}
.readibox>i
{
	font-size: 70px;
	position: absolute;
	left: 40%;
	top: 10%;
	color: #ffca08;
}
.lasti > i
{
	left: 45%;
}
.readibox>h4
{
	font-size: 25px;
	position: absolute;
	left: 20%;
	top: 32%;
	color: #FFFF;
	text-transform: capitalize;
}
.readibox>a>button
{
	font-size: 15px;
	position: absolute;
	left: 27%;
	top: 70%;
	background-color: black;
	text-align:center;
	padding:5px;
	border-radius:10px;
	opacity: 0.9;
	color:white;
	cursor:pointer;
	text-transform:uppercase;
	width: 170px;
	height: 40px;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
	border:2px solid black;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px black;	
}
.lasti>a>button
{
	left: 32%;
}
.readibox>a>button:hover
{
	transition: 0.5s;
	opacity: 1;
	background-color: #ed1b24;
}
.timelineobox
{
	width: 80%;
	height: 20%;
	background-color: black;
	position: relative;
	top: 95%;
	left: 10%;
	border-radius: 25px;
	margin-bottom: 50px;
}
.timelineibox
{
	width: 32%;
	left: 2%;
	height: 100%;
	position: relative;
	display: inline-block;
	background-color: black;
	border-radius: 25px;
}
.timelineibox>i
{
	color: white;
}
.footer
{
	content: "";
	width : 100%;
	height: 80px;
	position: absolute;
	background-color: black;
	box-sizing: border-box;	
	top: 270%;
}
.footer > h3{
	font-size: 15px;
	color: white;
	text-align: center;
	position: relative;
}

.footer > h3 > a
{
	text-decoration: underline;
	color: white;
}
.scircle
{
	content:"";
	background-color:black; 
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position:absolute;
}
.scircle:hover
{
	box-shadow: 0px 5px 20px white;
}
.scircle1
{
	top: 50%;
	left: 70%;
	transform: translate(-50%,-50%);
}
.scircle1 >a>i
{
	color:white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.scircle2
{
	top:50%;
	left:75%;
	transform: translate(-50%,-50%);
}
.scircle2 >a>i
{
	color:white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.scircle3
{
	top: 50%;
	left:80%;
	transform: translate(-50%,-50%);
}
.scircle3 >a>i
{
	color:white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.scircle4
{
	top: 50%;
	left: 85%;
	transform: translate(-50%,-50%);
}
.scircle4 >a>i
{
	color:white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#responcebutton
{
	display: none;
}
.first
{
	display: block;
}
.last
{
	display: none;
}
@media (max-width:1000px)
{
	.header
	{
		height:15%; 
	}
	.header>img
	{
		height: 70px;
		position: absolute;
		top: 10%;
		left: 2%;
	}
	.nav
	{
		display: none;
		left: 0%;
	    width: 100%;
	    top: 29%;
	    height: 57%;
	    transition: 3s;
	}
	#responcebutton
	{
		display: block;
	}
	.nav>ul
	{
		display: unset;
	}
	.nav ul li:hover ul
	{
		z-index: 1;
	}
	.nav ul li:nth-child(1)
	{
		text-align: center;
	}
	.nav ul li:nth-child(1):hover
	{
		background-color: unset;	
	}
	.nav ul li:nth-child(1):hover a
	{
    	padding: 10px 20px;
	}
	.navbtn >a
	{
		display: none;
	}
	.navbtn > i
	{
		display: inline-block;
		opacity: 0.9;
		cursor:pointer;
		font-size: 40px;
		transform: translate(250%,65%);
	}
	.heading
	{
		height: 70px;
	}
	.heading > label
	{
		top: 50%;
	}
	.sharecircle
	{
		left: 87%;
		top: 80%;
	}
	.facebook
	{
		left: 85%;
		top: 72.5%;
	}
	.instagram
	{
		left:77%;
		top: 76%;
	}
	.youtube
	{
		left:77%;
		top: 84%;  
	}
	.gmail
	{
		left:85%;
		top: 90%;
	}
	.slideshow
	{
		top: 28%;
	}
	.arrow
	{
		font-size: 30px;
	}
	.fa-chevron-right
	{
		left: 87%;	
	}
	.dot
	{
		left: 27%;
	}
	.eventheader
	{
		height: 88%;
		top: 75%;
	} 
	.eventobox
	{
		top: 75%;
		width: 98%;
	}
	.eventobox>a
	{
		transform: translate(-40%,-150%);
		position: absolute;
		width: 80px;
		font-size: 17px;
	}
	.eventibox
	{
		display: block;
		width: 80%;
	}
	.first
	{
		display: none;
	}
	.last
	{
		display: block;
	}
	.teacherimage
	{
		top: 168%;	
	}
	.quote
	{
		top: 115%;
	}
	.quoteiconl
	{
		font-size: 25px;
	}
	.quotes
	{
		font-size: 20px;
		top: 15%;
	}
	.quoteiconr
	{
		font-size: 25px;
		left: 90%;
		top: 83%;
	}
	.containt
	{
		top: 120%;
		height: 80%;
		left: 1%;
	}
	.video
	{
		width: 100%;
		height: 40%;
		left: 0%;
	}
	.video>iframe
	{
		width: 100%;
		left: 0%;
	}
	.write
	{
		width: 100%;
		top: 52%;
		left: 0%;
		height: auto;
		border-radius: 15px;
		border:2px solid black;
		
	}
	.write>h4
	{
		width: 92%;
		font-size: 27px;
		position: relative;
		left: 14px;
		top: 6px;
	}
	.write>p
	{
		left:5px;
		position: relative;
	}
	.readobox
	{
		top: 113%;	
		background-color: #fff;
		box-shadow: none;
	}
	.readibox
	{
		display: block;
		width: 99%;
		margin-bottom: 20px;
		box-shadow: 2px 5px 5px black;	
		border-radius: 15px; 
	}
	.readibox>i
	{
		left:42%; 
	}
	.readibox>h4
	{
		left: 25%;
	}
	.readibox>a>button
	{
		left: 30%;
	}
	.lasti>h4
	{
		left: 22%;
	}
	.lasti>a>button
	{
		left: 32%;
	}
	.footer
	{
		top: 410%;
		height: 22%;
		position: absolute;
	}
	
	.scircle1
	{
		left: 32%;
		top: 80%;
	}
	.scircle2
	{
		left: 44%;
		top: 80%;
	}
	.scircle3
	{
		left: 56%;
		top: 80%;
	}
	.scircle4
	{
		left: 68%;
		top: 80%;
	}
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type=date]::-webkit-inner-spin-button, 
input[type=date]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}